CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - opencv 显示图像

搜索资源列表

  1. Opencv

    1下载:
  2. OPENCV 中文手册。对所有函数都有解释。相当于VC的MSDN。是一个很好的技术文档-Chinese OPENCV manual. For all functions are explained. VC is equivalent to the MSDN. Is a very good technical documentation
  3. 所属分类:Special Effects

    • 发布日期:2017-04-09
    • 文件大小:1390148
    • 提供者:yusheng
  1. FaceRecog_src100902

    1下载:
  2. 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了C
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1487828
    • 提供者:yk
  1. OpnCvTest

    0下载:
  2. 用OpenCv和vc++实现图像处理的基本功能,有效利用OpenCv,包括读入并显示图像,边缘检测,加噪声以及锐化处理-OpenCv and vc++ to Canny Sobel Binary and GradSharp opreator
  3. 所属分类:Special Effects

    • 发布日期:2017-05-20
    • 文件大小:5785239
    • 提供者:贺彪
  1. cvTest

    0下载:
  2. openCV的初步测试程序,包括传递指针、创建窗口、显示图像、销毁窗口等一系列过程,适合初学者。-openCV the initial test procedure, including the transfer pointer, create windows, display images, the destruction of a series of process window, suitable for beginners.
  3. 所属分类:Picture Viewer

    • 发布日期:2017-04-10
    • 文件大小:58461
    • 提供者:LCC
  1. MFC_OpenCV_Operation

    0下载:
  2. 1、利用OpenCV打开图像,在MFC中显示;2、对图像进行Canny边缘处理,并在MFC中显示。-1, using OpenCV open the images displayed in the MFC 2, Canny edge image processing and display in MFC.
  3. 所属分类:Special Effects

    • 发布日期:2017-04-16
    • 文件大小:35764
    • 提供者:chen
  1. OpenCV_Dlg1

    0下载:
  2. 有图像处理界面。使用opencv创建图像处理函数,实现图像导入,显示和二值分割等。-used opencv to process image
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:1901126
    • 提供者:任雪菲
  1. opencv-showPic

    0下载:
  2. opencv图像显示,熟悉opencv与VC连接。-opencv image display, and is familiar with opencv with VC connection.
  3. 所属分类:Graph program

    • 发布日期:2017-03-25
    • 文件大小:140752
    • 提供者:duangexin
  1. c1

    0下载:
  2. opencv与directshow结合,在MFC平台上显示图像并对其进行基本处理-opencv and directshow integration platform to display images in the MFC, and its basic processing
  3. 所属分类:OpenCV

    • 发布日期:2017-05-28
    • 文件大小:11235906
    • 提供者:mengyang
  1. exercise1

    0下载:
  2. OpenCV图像显示源码,vc调试通过。可以显示图像。-OpenCV image display source, vc through debugging. Can display the image.
  3. 所属分类:OpenCV

    • 发布日期:2017-05-04
    • 文件大小:1040263
    • 提供者:Eric
  1. Readanddisplayimagefiles

    0下载:
  2. 图像文件读入和显示 Wikipedia,自由的百科全书 来自于仕琪的讲稿《使用OpenCV进行图像处理》中的例程 目录 [隐藏] 1 C语言版本 2 函数说明 2.1 论坛常见问题 3 Python版本 [编辑]C语言版本-Read and display image files Wikipedia, the free encyclopedia Shi Qi' s speech from the " use OpenCV
  3. 所属分类:Graph program

    • 发布日期:2017-04-01
    • 文件大小:7456
    • 提供者:
  1. test1

    0下载:
  2. OPENCV 对一幅人脸图像建立数据场,并显示势场图-OPENCV on a face image set up a data field, and display of potential field maps
  3. 所属分类:Graph program

    • 发布日期:2017-06-20
    • 文件大小:30337935
    • 提供者:cambridge
  1. dialog_opencv_image

    0下载:
  2. VC++和OpenCV混合编制的用于显示图像的程序,其中用到VC++对话框的图像控件,显示图像用到OpenCV。-a progrem showing image using vc++ and opencv, very useful, use it!
  3. 所属分类:OpenCV

    • 发布日期:2017-05-15
    • 文件大小:3780078
    • 提供者:勤勤
  1. RectDetector

    0下载:
  2. 矩形检测:用霍夫直线检测方法来对图像中的矩形进行检测。开发环境:vc6,需要安装OpenCV。OpenCV只是用来读取和显示图像等简单操作。-Rectangle detection: Hough line detection method using the image of the rectangle to test. Development Environment: vc6, need to install OpenCV. OpenCV is used to read and display
  3. 所属分类:Special Effects

    • 发布日期:2017-04-10
    • 文件大小:1070116
    • 提供者:chenwenlue
  1. severalexample

    0下载:
  2. 几个项目运用了opencv,需先安装opencv 项目readpic从磁盘中读入图像文件,并将图像显示在屏幕上 项目cpic本程序显示如何用C++类来创建和显示图像,这个C++类在 cxcore.hpp 中定义,与 矩阵类(CvMatrix) 相似。 项目carmen是使用opencv卡尔曼滤波的例子。 项目ransac是ransac算法的例子。 toolbox_calib是加州理工经典相机标定包。-Several projects using the opencv,
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:6132168
    • 提供者:lyd
  1. Test_Cam

    0下载:
  2. 在QT中调用OpenCV的库来捕获摄像头的图像并显示-Capture the images from a camera, using the library in OpenCV, developed in QT Creator
  3. 所属分类:OpenCV

    • 发布日期:2017-03-28
    • 文件大小:357598
    • 提供者:woody chan
  1. image

    0下载:
  2. OpenCV程序 本程序显示如何用C++类来创建和显示图像-OpenCV program This program shows how to use C++ class to create and display images
  3. 所属分类:OpenCV

    • 发布日期:2017-04-16
    • 文件大小:92688
    • 提供者:
  1. opencv

    0下载:
  2. opencv和MFC结合显示图像以及灰度变换-MFC with opencv and display images and gray-scale transformation
  3. 所属分类:Special Effects

    • 发布日期:2017-05-12
    • 文件大小:3024764
    • 提供者:yangye
  1. opencv4_Lib

    0下载:
  2. 显示图像的一款开源工具包,其中是OpenCV的头文件,lib文件和动态链接库。很好用的-An open source tool displays the image package, which is the OpenCV header files, lib files and dynamic link libraries. Very good use
  3. 所属分类:Special Effects

    • 发布日期:2017-05-27
    • 文件大小:10191049
    • 提供者:小志志
  1. hello

    0下载:
  2. 基于OPENCV 和vc 2008的示例程序,演示了利用OPENCV 显示图像-OPENCV and vc 2008 based on a sample program that demonstrates the use of display images OPENCV
  3. 所属分类:OpenCV

    • 发布日期:2017-05-16
    • 文件大小:4456454
    • 提供者:张华
  1. FindContours

    0下载:
  2. opencv 显示图像轮廓 经典的小程序-opencv image contours
  3. 所属分类:OpenCV

    • 发布日期:2017-04-09
    • 文件大小:1707996
    • 提供者:ping
« 1 23 4 5 6 7 8 9 10 ... 21 »
搜珍网 www.dssz.com